home *** CD-ROM | disk | FTP | other *** search
- <!--- template settings --->
- <CFSET SearchDirectory = "$${WorkingDirectory}">
-
- <HTML><HEAD>
- <TITLE>$${ApplicationName} - Search Form</TITLE>
- </HEAD><BODY bgcolor="ffffff">
-
- <FONT size="+1">$${ApplicationName}</FONT> <BR>
- <FONT size="+2"><B>Search Form</B></FONT>
-
-
- <!--- search form definition --->
- <FORM action="$${SafeApplicationName}_VSearchResult.cfm" method="post">
- <INPUT type="hidden" name="StartRow" value="1">
-
- <TABLE>
-
- <TR>
- <TD>Keywords:</TD>
- <TD><INPUT type="text" name="Criteria" size="30"></TD>
- </TR>
-
- <TR>
- <TD>Max Rows:</TD>
- <TD><SELECT name="MaxRows"> <OPTION> 10 <OPTION> 25 <OPTION> 100 </SELECT></TD>
- </TR>
-
- <TR>
- <TD colspan=2><INPUT type="submit" value=" Search "></TD>
- </TR>
-
- </TABLE>
-
- </FORM>
-
- <P>
- <I>
- Before you run the search for the first time, you have to index the working directory. Click on the link below and the
- directory will be indexed. Create a bookmark for this link and then delete the link from the template. Use the bookmark
- in the future to refresh the Verity collection.</I><BR>
- [<A href="$${SafeApplicationName}_VPathIndexing.cfm?RequestTimeout=500">Index the '$${WorkingDirectory}' directory</A>]
-
-
- </BODY></HTML>